﻿@charset 'utf-8';
/* CSS Document */
html,
body
{
    overflow-x: hidden;
    overflow-y: auto;
}
*
{
    line-height: 1;

    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none !important
}
a
{
    -webkit-transition: all .2s ease-out 0s;
       -moz-transition: all .2s ease-out 0s;
        -ms-transition: all .2s ease-out 0s;
         -o-transition: all .2s ease-out 0s;
            transition: all .2s ease-out 0s;
    text-decoration: none;
}
a:hover,
a:focus
{
    text-decoration: none;
}
ul,
ol,
li
{
    margin: 0;

    list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p
{
    font-weight: normal;

    margin: 0;
}
body,
button,
input,
select,
textarea
{
    font-family: 'Arial','微软雅黑';
    font-size: 14px;
    line-height: 1;

    margin: 0;

    color: #000;
    border: 0;
    outline: none;
    background: none;
}
input,
textarea
{
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
select::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner
{
    border: none !important;
    outline: none !important;
}
label
{
    font-weight: normal;

    margin-bottom: 0;
}
img
{
    vertical-align: middle;
}
@media (min-width: 1230px)
{
    .container
    {
        width: 1230px;
    }
}
.tra0_3
{
    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
}
.tra1
{
    -webkit-transition: all 1s ease-out 0s;
       -moz-transition: all 1s ease-out 0s;
        -ms-transition: all 1s ease-out 0s;
         -o-transition: all 1s ease-out 0s;
            transition: all 1s ease-out 0s;
}
.disnone,
.img_dd
{
    display: none !important;
}
.clearfix:after
{
    display: block;
    clear: both;

    height: 0;

    content: ' ';
}
.clearfix
{
    zoom: 1;
}
.cp
{
    cursor: pointer;
}
.fb
{
    font-weight: bold;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.l,
.r
{
    width: 50%;
}
.c_333
{
    color: #333;
}
.c_666
{
    color: #666;
}
.c_999
{
    color: #999;
}
.c_w
{
    color: #fff;
}
.bg_w
{
    background: #fff;
}
.c_b
{
    color: #000;
}
.bg_b
{
    background: #000;
}
.img_d
{
    display: none;
}
